home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / comunic / ans37b.zip / ZYXEL.CTL < prev   
Text File  |  1994-02-18  |  14KB  |  320 lines

  1. ;
  2. ;           The ANSWER Voice Mail System software configuration file
  3. ;
  4. ;              Configuration file for ANSWER.EXE, ZyXEL version
  5.  
  6. ; This is a plain ASCII text file which is used to initialize the default
  7. ; options for ANSWER.EXE.  To edit this file, you should use either a straight
  8. ; ASCII text editor, or a word processor in non-document mode.
  9.  
  10. ; When ANSWER starts, it will set all options to a hard coded default; value.  It will then read "OPTIONS.DAT" if it exists.  If not, then the; Options menu will be invoked.  Otherwise, the defaults are changed to; those saved in the "OPTIONS.DAT" file.  It will then read this; configuration file if and only if this file is specified on the command
  11. ; line.  Any options set here will override the defaults with any new
  12. ; values specified.  If any options are not specified here, then they will
  13. ; remain the default value.  If an unrecogized key word is found, or if any
  14. ; of the parameters are found to be invalid, then ANSWER will terminate
  15. ; with an error message identifying the unrecognized key word or invalid
  16. ; parameter.  Once the file is read in, the options are written to the
  17. ; "OPTIONS.DAT" file and become the new defaults for all successive
  18. ; executions of ANSWER.  This means that once this file is read in and the
  19. ; options are saved, this file is no longer needed unless you wish to
  20. ; change the defaults.  Any options which are changed from within ANSWER
  21. ; (in the Control or Options menu) are written to "OPTIONS.DAT", but are
  22. ; not changed in this file.  This means that the next time ANSWER is run,
  23. ; it will read the changed defaults from "OPTIONS.DAT" but will override
  24. ; those options with the values read from this file.  Future version might
  25. ; write out the changed options to this file.
  26.  
  27. ; Lines beginning with a letter character are considered key word lines.
  28. ; All characters after the first semi-colon on a line are ignored.
  29. ; If the last line in the file is a key word line, it must have a CR after it.
  30. ; All blank lines are ignored.
  31. ; All parameters must be separated from key words by spaces or tabs.
  32.  
  33. ; For the following pathname key words, please specify the full pathname
  34. ; to the directory.  If the drive letter is not specified, then the current
  35. ; drive will be used.  If a '\' does not precede the pathname, then it will
  36. ; be considered a subdirectory off of the current directory.  No trailing '\'
  37. ; is required.  If the directory does not exists, it will be automatically and
  38. ; recursively created.
  39.  
  40. ; The 'PGMDir' key word tells ANSWER where to find its operating files.  This
  41. ; defaults to the current directory.
  42.  
  43. PGMDir        c:\answer    ; Program Directory
  44.  
  45. ; The 'OGMDir' key word tells ANSWER where to find OutGoing Messages.  These
  46. ; are OGM*.BIN and the Information Server message files.  This defaults to
  47. ; the current directory.
  48.  
  49. OGMDir        c:\answer\ogm    ; Outgoing Messages Directory
  50.  
  51. ; The 'ICMDir' key word tells ANSWER where to keep and find InComing Messages.
  52. ; These are ICM*.BIN and the Voice Mail Box message files.  This defaults to
  53. ; the current directory.
  54.  
  55. ICMDir        c:\answer\icm    ; Incoming Messages Directory
  56.  
  57. ; The 'TMPDir' key word tells ANSWER where it can write its temporary files.
  58. ; This defaults to the current directory.
  59.  
  60. TMPDir        c:\answer\tmp    ; Temporary Working Directory
  61.  
  62. ; The 'BINDir' key word tells ANSWER where to find the required operating
  63. ; voice files (all pre-recorded voice files).  This defaults to a subdirectory
  64. ; of "BIN" off of the current directory.
  65.  
  66. BINDir        c:\answer\bin    ; Operating Messages Directory
  67.  
  68. ; The 'FAXDir' key word tells ANSWER where to get/put FAX files.  This defaults
  69. ; to the current directory.
  70.  
  71. FAXDir        c:\answer\fax    ; Fax Receive Directory
  72.  
  73. ; Log filename
  74.  
  75. Log    c:\answer\answer.log    ; Log file
  76.  
  77. ; The 'Mouse' key word enables/disables the mouse.  Valid parameters are
  78. ; Yes and No.  This defaults to No.
  79.  
  80. Mouse        No        ; Mouse enabled/disabled
  81.  
  82. ; The 'MouseSens' key word sets the mouse sensitivity.  Valid parameter range
  83. ; is from 0 to 256.  This defaults to 128.
  84.  
  85. MouseSens    128        ; Mouse sensitivity
  86.  
  87. ; The 'ICMLimit' key word sets the limit of incoming messages.  Valid parameter
  88. ; range is from 1 to 255 and is measured seconds.  This defaults to 30.
  89.  
  90. ICMLimit    30        ; Incoming Message recording limit in seconds
  91.  
  92. ; The 'OGMLimit' key word sets the limit of outgoing messages.  Valid parameter
  93. ; range is from 1 to 255 and is measured seconds.  This defaults to 90.
  94.  
  95. OGMLimit    90        ; Outgoing Message recording limit in seconds
  96.  
  97. ; The 'VMBLimit' key word sets the limit of incoming voice mail box messages.
  98. ; Valid parameter range is from 1 to 255 and is measured seconds.  This
  99. ; defaults to 60.
  100.  
  101. VMBLimit    60        ; Voice Mail Box message limit in seconds
  102.  
  103. ; The 'MsgBufSize' key word set the size of RAM buffer to be used during
  104. ; message playback and record.  When using the no interrupt method for
  105. ; messages, an audible gap can be heard in the message while ANSWER reads
  106. ; or writes to or from the hard disk.  Use this option to reduce the amount
  107. ; of gap.  This is only used for some voice mail cards (not used by the Zyxel).
  108. ; Valid parameter range is 1 to 63 is measured in kbytes.  This defaults to 10.
  109.  
  110. MsgBufSize    10        ; Size of message buffer
  111.  
  112. ; The 'Rings' key word sets the number of rings to allow before answering the
  113. ; telephone.  Valid parameter range is 1 to 9.  This defaults to 2.
  114.  
  115. Rings        2        ; number of rings to allow before answering
  116.  
  117. ; The 'Prompt' key word enables or disables the playing of "PROMPT.BIN" after
  118. ; answering the phone.  This is only valid for Answer mode Data or Fax.  Valid
  119. ; parameters are Yes and No.  This defaults to No.
  120.  
  121. Prompt        No        ; prompt caller for touch tone keypress
  122.  
  123. ; The 'Mode' key words sets the answer mode.  If set to Voice, then the call
  124. ; is processed normally.  If set to Data, then if a touch-tone is received
  125. ; within the 'Timeout', then the call will be processed as a voice call.
  126. ; Otherwise, if after the 'Timeout' period, no touch tone is received, then
  127. ; ATA will be sent to the modem and the call will be processed as a data call.
  128. ; That is, if "CONNECT" is received from the modem, ANSWER will drop with an
  129. ; errorlevel equal to the value of the numeric result code of the connect.
  130. ; If no connect is received, ANSWER returns to waiting for calls.
  131. ; If set to Fax, the same processing occurs as in Data mode except if a
  132. ; "CONNECT" is receive, the call is processed as a FAX call, and ANSWER will
  133. ; exit with Fax code errorlevel 33.  Valid parameters are Voice, Data, and
  134. ; Fax.  This defaults to Voice.
  135.  
  136. Mode        Voice        ; Answer Voice/Fax/Data mode
  137.  
  138. ; The 'LocalArea' key word is used for outgoing calls.  If the area code of
  139. ; the number to be called equals this number, only the remaining seven digits
  140. ; of the number to call will be dialed.  Valid parameter is a 3 digit
  141. ; telephone area code.  This defaults to no parameter (left blank).
  142.  
  143. LocalArea            ; Local Area Code
  144.  
  145. ; The 'NullPhone' key word is used during local message play and record.  If a
  146. ; number is entered here, it will be dialed when messages are played or
  147. ; recorded locally.  Some telephone exchanges have a number which you can call
  148. ; for testing purposes and will produce just silence.  If no number is entered
  149. ; here, a '4' will be dialed every 'DialTime' seconds during play and record.
  150. ; This should be a seven digit number, but can be up to 29 ditits.  This
  151. ; defaults to no parameter (left blank).
  152.  
  153. NullPhone            ; null connect telephone number
  154.  
  155. ; The 'RemoteCode' key word is the password required to enter the Remote
  156. ; Programming Mode.  It can be up to 13 characters long and must be all digits.
  157. ; This defaults to 5.
  158.  
  159. RemoteCode    5        ; remote programming mode access code
  160.  
  161. ; The 'RCodeLen' key word tells ANSWER how long the RemoteCode is.  The valid
  162. ; parameter range is 1 to 13.  This defaults to 1.
  163.  
  164. RCodeLen    1        ; length of remote access code
  165.  
  166. ; The 'CallBack' key word defines a telephone number used by ANSWER to deliver
  167. ; incoming messages.  It may contain up to 29 digits and defaults to blank.
  168. ; If the callback is successful, the remote programming mode is entered.
  169.  
  170. CallBack            ; number to call to deliver incoming messages
  171.  
  172. ; The 'CBCount' key word tells ANSWER when to initiate call back.  When the
  173. ; number of incoming calls exceeds this number, the CallBack number will be
  174. ; dialed.  The valid parameter range is 0 to 255, where 0 disables the call
  175. ; back feature.  This defaults to 0 (disabled).  Currently, this is disabled
  176. ; in the Voice Mail Box mode, however in a future version, each mail box
  177. ; owner will be able to enter a call back number.
  178.  
  179. CBCount        0        ; number of incoming messages before calling
  180.  
  181. ; The 'CBWait' key word tells ANSWER how long to wait between failed call back
  182. ; attempts.  If the last call back attempt did not result in delivering
  183. ; incoming messages, the attempt will be made again after this number of
  184. ; minutes.  The valid parameter range is 1 to 255 and is measured in minutes.
  185. ; The default is 30.
  186.  
  187. CBWait        30        ; time between successive call back attempts
  188.  
  189. ; The 'Retries' key word tells ANSWER how many failed attempts to allow while
  190. ; outdialing a number.  This only refers to the current dialing attempt (in
  191. ; the callback mode, this number of retries is again attempted after CBWait
  192. ; minutes).  The valid parameter range is 0 to 255.  The default is 3.  0
  193. ; disables all automated outdialing attempts.
  194.  
  195. Retries        3        ; number of times to attempt redialing a number
  196.  
  197. ; The 'Redial' key word tells ANSWER how many seconds to wait between
  198. ; successive redials of a number in the outdialing mode.  The valid parameter
  199. ; range is 1 to 255 and is measured in seconds.  This defaults to 15.
  200.  
  201. Redial        15        ; redial pause length in seconds
  202.  
  203. ; The 'Timeout' key word tells ANSWER how long to wait for a touch tone
  204. ; keypress from the caller before giving up, or prompting again.  The valid
  205. ; parameter range is 1 to 255 and is measured in seconds.  This defaults to 3.
  206.  
  207. Timeout        3        ; caller timeout for touch tone key in secs
  208.  
  209. ; The 'Pause' key word tells ANSWER how long of a silence period to accept
  210. ; while recording a message.  Valid parameter range is 1 to 255 and is
  211. ; measured in seconds.  This defaults to 3.
  212.  
  213. Pause        3        ; pause time in record mode before stop in secs
  214.  
  215. ; The 'DialTime' key word tells ANSWER how often to dial a dummy number when
  216. ; recoding and playing messages locally.  Valid parameter range is 1 to 255
  217. ; and is measured in seconds.  This defaults to 10.
  218.  
  219. DialTime    10        ; time before dialing a '4' in seconds
  220.  
  221. ; The 'Blank' key word tells ANSWER how long to wait before blanking the screen
  222. ; while waiting for calls.  Valid parameter range is 1 to 255 and is measured
  223. ; in seconds.  This defaults to 10.
  224.  
  225. Blank        10        ; delay time to screen blank in seconds
  226.  
  227. ; The 'SoundCard' key word tells ANSWER which sound card to use while playing
  228. ; and recording messages.  This parameter is unused at present, but will be
  229. ; used when support is added for additional sound cards.  Currently, only the
  230. ; SoundBlaster is supported and it is auto-detected.  This defaults to 0.
  231.  
  232. SoundCard    0        ; type of sound card to use 4 = SB, 0 = none
  233.  
  234. ; The 'VMCType' key word tells ANSWER which voice mail card or modem to use.
  235. ; This defaults to 0.  Valid parameters are:
  236. ;
  237. ; VMCType    0        ; Selects the DigiPhone
  238. ; VMCType    1        ; Selects the CompuCom
  239. ; VMCType    2        ; Selects the ZyXEL
  240. ; VMCType    3        ; Selects the ZOOM
  241.  
  242. VMCType        2        ; type of vmc hardware
  243.  
  244. ; The 'ComAddr' key word tells ANSWER the base address of the voice mail card
  245. ; or modem comm port.  Valid parameter range is 0x0200 to 0x3F8 hex.  This
  246. ; defaults to 02E8.
  247.  
  248. ComAddr        02E8        ; comm port base address or vmc address
  249.  
  250. ; The 'ComIntr' key words tells ANSWER which interrupt line (IRQ) to use.
  251. ; Valid parameter range is 0 to 15.  This defaults to 3.
  252.  
  253. ComIntr        3        ; comm port irq or vmc irq
  254.  
  255. ; The 'ComPort' key word tells ANSWER which number to assign to the above
  256. ; ComAddr/ComIntr pair.  This defaults to 4.
  257.  
  258. ComPort        4        ; comm port number
  259.  
  260. ; The 'ComBaud' key word tells ANSWER what baud rate to use for the comm port.
  261. ; Valid parameters are valid baud rates.  This defaults to 19200.
  262. ; ZyXEL Note:  The minimum here should be 38400, and I have not tested it
  263. ; at rates above (or for that matter, other) than this. 
  264.  
  265. ComBaud        38400        ; comm port baud rate
  266.  
  267. ;
  268. ; Modem Commands
  269. ;
  270.  
  271. ; The following key words are used to set modem commands.  Do not alter
  272. ; these unless you are sure you know what you are doing.  The only one
  273. ; you might have a need to change is the 'ComInit'.  The others should be
  274. ; fixed values that only differ from one modem type to another.
  275.  
  276. ; The 'ComInit' key word is the modem initialization string which is sent to
  277. ; the modem when ANSWER first starts and when recycling wait for calls mode.
  278. ; ZyXEL Note: ANSWER expects the result codes which are returned with the X7
  279. ; setting.
  280.  
  281. ComInit        ATX7#B1+FCLASS=6|
  282.  
  283. ; The 'ComDial' key word is the string which is sent to the modem before the
  284. ; number to dial.
  285.  
  286. ComDial        ATDT
  287.  
  288. ; The 'ComGetDTMF' key word is the string which is sent to the modem to
  289. ; instruct it to receive a touch tone from the caller.
  290.  
  291. ComGetDTMF    AT|
  292.  
  293. ; The 'ComRecord' key word is the string which is sent to the modem to
  294. ; instruct it to begin recording voice.
  295. ; ZyXEL Note:  ANSWER looks for the +VSD=15,30 string and alters it to set
  296. ; the silence time.  If you change ComRecord or ComPlay, be sure to include
  297. ; this mentioned string.
  298.  
  299. ComRecord    AT#B1+FCLASS=8+VSD=15,30+VSM=2+VRX|
  300.  
  301. ; The 'ComPlay' key word is the string which is sent to the modem to instruct
  302. ; it to begin playing voice.
  303.  
  304. ComPlay        AT#B1+FCLASS=8+VSD=15,30+VSM=2+VTX|
  305.  
  306. ; The 'ComEnd' key word is the string which is sent to the modem to instruct
  307. ; it end recording or playing voice.
  308.  
  309. ComEnd        AT+VLS=0#B1+FCLASS=6|
  310.  
  311. ; The 'ComTone' key word is the string which is sent to the modem to instruct
  312. ; it to generate an audible tone.
  313.  
  314. ComTone        AT+VTS
  315.  
  316. ; The 'ComReply' key word is the string which is received from the modem when
  317. ; it enters or exits voice play or record mode.
  318.  
  319. ComReply    OK|
  320.